runtime.profBuf.read (method)

2 uses

	runtime (current package)
		cpuprof.go#L211: 	data, tags, eof := log.read(profBufBlocking)
		profbuf.go#L432: func (b *profBuf) read(mode profBufReadMode) (data []uint64, tags []unsafe.Pointer, eof bool) {